home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir39 / 2000tech.zip / 1000.TXT next >
Text File  |  1994-04-05  |  2KB  |  64 lines

  1.  
  2. Document Number 1000
  3. Mouse Standard Diagnostics
  4. 4/15/92
  5.  
  6. The following diagnostics should help determine most problems you might 
  7. encounter when installing/using Logitech mice.
  8.  
  9. In order to determine the source of the possible conflict, try booting the 
  10. system with a DOS disk in drive A: (no AUTOEXEC.BAT or CONFIG.SYS files).  
  11. Replace the DOS disk with the mouse driver disk (disk #1), and type the 
  12. following command:
  13.  
  14.     MOUSE SER (for a mouse on COM1)
  15.  
  16.     MOUSE SER 2 (for a mouse on COM2)
  17.  
  18.     MOUSE BUS (for a bus mouse)
  19.  
  20.     MOUSE PS2  (for a PS/2 mouse)
  21.  
  22. If this solves the problem, then there is either:
  23.  
  24. 1) A conflict with something being loaded in the AUTOEXEC.BAT or CONFIG.SYS
  25.    file. To determine actual conflicting software, add back the contents of
  26.    the AUTOEXEC.BAT and CONFIG.SYS files one line at a time until it fails.
  27.    Sometimes loading these utilities in a different order is all that is
  28.    required to solve the conflict. In general, we recommend loading the 
  29.    mouse driver before any other resident software.
  30.  
  31. -OR-
  32.  
  33. 2) There is another mouse on the system (or, at least, the mouse driver 
  34.    thinks so!). For example, some video cards have built-in bus mouse ports.
  35.    If you were to try to use a serial mouse on a system with one of these 
  36.    video cards, it would be necessary to force-route the driver to the serial
  37.    port by using MOUSE SER to load the driver.
  38.  
  39. If the problem persists, make sure there are no other devices on the 
  40. system using the same interrupt (IRQ) or I/O address as the mouse.  The 
  41. proper settings are as follows:
  42.  
  43.     COM1:
  44.     IRQ 4
  45.     Address 3F8
  46.     COM2:
  47.     IRQ 3
  48.     Address 2F8
  49.  
  50.     BUS:
  51.     IRQ (see JMP1 on BUS card)
  52.     Address 23C-23F
  53.  
  54. NOTE: COM3 and COM4 usually use IRQ's 4 and 3 respectively. Since mice cannot
  55. share IRQ's, a system should not be configured with a mouse on COM1 and 
  56. another device on COM3 (or a mouse on COM2 and another device on COM4).
  57. If you are unsure of the IRQ used by a particular device, it should be 
  58. temporarily removed to see if it has any effect on the problem.
  59.  
  60. If the symptoms continue, try the mouse on another system to verify that the
  61. mouse is working properly.  
  62.  
  63.  
  64.